COMMENT ā VALID 00002 PAGES C REC PAGE DESCRIPTION C00001 00001 C00002 00002 A change to the line-breaking routine (saves memory and gives less weird C00003 ENDMK Cā; A change to the line-breaking routine (saves memory and gives less weird output in weird cases): TEXSEM page 13 line 255 OLD: else if badness=infty then continue; NEW: else if badness>threshold then continue;